home *** CD-ROM | disk | FTP | other *** search
- ; CNet AMIGA 3.0 user startup-sequence
-
- echo "Welcome to CNet PRO version 3.0!"
-
- assign CNET: dh1:cnet
- assign SysText: cnet:systext
- assign SysData: cnet:sysdata
- assign Base0: cnet:base
- assign UDBase0: cnet:udbase
- assign Mail: cnet:mail
- assign Pfiles: cnet:pfiles
- assign Gfiles: cnet:gfiles
- assign News: cnet:news
-
- ; add other assigns here for base1, udbase1, etc. as necessary.
- ; consult manual!
-
- run >NIL: L:fifo-handler
-
- stack 40000
-
- ; if you have AREXX installed on your hard drive, the following command
- ; is necessary to launch the arexx interpreter. Just remove the semicolon
- ; if needed.
-
- ; rexxmast
-
- resident pure cnet:bbs cnet:bbs add
- resident pure pfiles:bbs/vote pfiles:bbs/vote add
- resident pure pfiles:bbs/join pfiles:bbs/join add
-
- ; load other pure CNet executables here if you would like to
-
- run CNET:control
-